ComponentOne ASP.NET MVC Controls
MultiLine Method

C1.Web.Mvc.Fluent Namespace > ColumnBaseBuilder<TControl,TBuilder> Class : MultiLine Method
The value.
Configurates C1.Web.Mvc.ColumnBase.MultiLine. Sets a value that indicates whether the content of cells in this row or column should wrap at new line characters (\n).
Syntax
'Declaration
 
Public Function MultiLine( _
   ByVal value As Boolean _
) As TBuilder
public TBuilder MultiLine( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ColumnBaseBuilder<TControl,TBuilder> Class
ColumnBaseBuilder<TControl,TBuilder> Members